home *** CD-ROM | disk | FTP | other *** search
- Path: user2.infinet.com!not-for-mail
- From: rubin@user2.infinet.com (Danial Rubin)
- Newsgroups: comp.lang.c
- Subject: Re: hash table keyed by strings in C
- Date: 22 Mar 1996 10:04:16 -0500
- Organization: InfiNet
- Message-ID: <4iufhg$5v5@user2.infinet.com>
- References: <0lIEcF200VQA0Q1W80@andrew.cmu.edu>
- NNTP-Posting-Host: user.infinet.com
-
- >I need to implement a hashing function (in C) that returns a unique key
- >to a hash table, given a string as an input.
- >
-
- Check out the Feb '95 issue of C/C++ Users Journal. There is an article
- in there about associative arrays by Mcclung. It appears this is exactally
- what you are looking for already written for you. You can ftp the source
- code from ftp.uu.net in /published/cuj/1995/feb95.tar.Z...
-
- - Dan
-